home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libwrap0.postrm < prev    next >
Encoding:
Text File  |  2010-05-23  |  203 b   |  13 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "purge" ]; then
  4.   rm -f /etc/hosts.allow /etc/hosts.deny
  5. fi
  6.  
  7. # Automatically added by dh_makeshlibs
  8. if [ "$1" = "remove" ]; then
  9.     ldconfig
  10. fi
  11. # End automatically added section
  12.  
  13.